home *** CD-ROM | disk | FTP | other *** search
/ PC PowerPlay 30 / PCPP #30.iso / PCPP / Font.sxt < prev    next >
Encoding:
Text File  |  1998-09-15  |  4.3 KB  |  73 lines

  1. setup_proc:
  2.         install font "verdana.ttf"
  3.  
  4. change_text:
  5.     h_text = get_element "template"
  6.     
  7.     switch selection_number
  8.  
  9.         case 1
  10.             h_text.set("Get fun - and funky - with layers in Adobe Illustrator 7.0, the drawing tool of choice for graphic designers and producers alike.")
  11.             break    
  12.         case 2
  13.             h_text.set("Adobe ImageStyler 1.0 is a powerful and efficient toolset that lets you create professional-looking Web graphics. ")
  14.             break
  15.         case 3
  16.             h_text.set("Designed for video professionals this software offers an elegant interface with superb editing control for producing high-quality movies for video, multimedia, or the Web.")
  17.             break
  18.         case 4
  19.             h_text.set("An easy to use tool with explorer-like interface which allows you to catalog your drives: floppies, CD-ROMs, ZIP disks etc.")
  20.             break
  21.         case 5
  22.             h_text.set("Audiograbber is a cd-ripper for windows 95 and NT. This allows you to make perfect cd quality .WAVs for you music needs. It has a lot of functions and can also be used as an ordinary cd-player.")
  23.             break
  24.         case 6
  25.             h_text.set("Work while you are away! Automate repetitive tasks so that you can devote your attention to more important things. Set up reminders so that you never forget anything important.")
  26.             break
  27.         case 7
  28.             h_text.set("ClipMagic is an information manager that extends the capabilities of the Windows clipboard in order to capture, store, and categorise information from web sites and other applications.")
  29.             break
  30.         case 8
  31.             h_text.set("Your computer constantly accumulates junk files and fragments that fill the disk and slow it down. Over time, these useless files add up! UnInstaller is the safe, simple way to clear away the clutter and maximize your computer!")
  32.             break
  33.         case 9
  34.             h_text.set("Automated & transparent encryption! Select folders whose files you want encrypted and this propram makes those folders and files completely invisible to others but decrypts and encrypts the files automatically and transparently as you use them. ")
  35.             break
  36.         case 10
  37.             h_text.set("Money management program from Microsoft")
  38.             break
  39.         case 11
  40.             h_text.set("A multimedia viewer that displays image files such as BMP, JPG, GIF, Animated GIF, PNG, TIF, TGA, PCD, PCX, ICO, MID, WAV, RMI, AVI, MOV, ANI, as well as many others. It also allows you to zoom, rotate, flip, rotate, and more.")
  41.             break
  42.         case 12
  43.             h_text.set("Drum sample sequencing package, that plays real 44.1Khz drum samples that can be made into patterns and pattern playlists to create songs. Great for Guitar or bass practice or both... Jam out! ")
  44.             break
  45.         case 13
  46.             h_text.set("Bullet Proof FTP is an FTP client for anyone who's ever been frustrated by unreliable FTP sites - once you tell it to download a file, there's not much that'll stop it from retrieving the file.")
  47.             break
  48.         case 14
  49.             h_text.set(" Gozilla will automate, track, and categorize all of the files that you download from the Internet.")
  50.             break
  51.         case 15
  52.             h_text.set("Lynx Demon provides quick access through a system tray icon, to your 26 most common hyperlinks. HTTP, FTP, TELNET, and MAILTO: protocols are all supported. ")
  53.             break
  54.         case 16
  55.             h_text.set("Kills junk e-mail. Easy to use e-mail filter catches and deletes junk e-mail before it gets into your mailbox. Comes with over 17,000 known spammers, pre-built rules, alarm when e-mail arrives, ")
  56.             break
  57.         case 17
  58.             h_text.set("TIFNY is a visual, powerful, automated interface to USENET newsgroups. It lets you download images, text messages and other file formats without effort")
  59.             break 
  60.                 case 18
  61.             h_text.set("Complete prevention, detection, and elimination of thousands of computer viruses and trojan horse programs.")
  62.             break
  63.         case 19
  64.             h_text.set("An excellent virus protection system, McAfee's ViruScan includes a command-line, DOS protection system, a background scanner, an on-demand scanner and a scanner that activates whenever your screen saver does.")
  65.             break
  66.         case 20
  67.             h_text.set("Safeguards you on the Internet. Automatically alerts you to viruses in files you download - as you download them - and removes the viruses before they can do any damage.")
  68.             break
  69.         case 21
  70.             h_text.set("Thunderbyte is easily configurable, and has the ability to do regular scheduled scans, scans while downloading, and much more.")
  71.             break
  72.     return
  73.